home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / CMApplication.idl < prev    next >
Text File  |  1996-05-01  |  6KB  |  183 lines

  1. /*
  2.      File:        CMApplication.idl
  3.  
  4.      Contains:    Color Matching Interfaces
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __CMAPPLICATION_IDL__
  19. #define __CMAPPLICATION_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __QUICKDRAW_IDL__
  28. #include <Quickdraw.idl>
  29. #endif
  30. #ifndef __FILES_IDL__
  31. #include <Files.idl>
  32. #endif
  33. #ifndef __PRINTING_IDL__
  34. #include <Printing.idl>
  35. #endif
  36. #ifndef __CMICCPROFILE_IDL__
  37. #include <CMICCProfile.idl>
  38. #endif
  39.  
  40. #ifdef __SOMIDL__
  41.  
  42. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  43. /* Macintosh 68K trap word */
  44. /* PicComment IDs */
  45. /* PicComment selectors for cmComment */
  46. /* Defines for version 1.0 CMProfileSearchRecord.fieldMask */
  47. /* Defines for version 2.0 CMSearchRecord.searchMask */
  48. /* Result codes */
  49. /* deviceType values for ColorSync 1.0 Device Profile access */
  50. /* Commands for CMFlattenUPP(...) */
  51. /* Flags for PostScript-related functions */
  52. /* Abstract data type for memory-based Profile */
  53. typedef OpaquePtr                CMProfileRef;
  54.  
  55. /* Abstract data type for Profile search result */
  56. typedef OpaquePtr                CMProfileSearchRef;
  57.  
  58. /* Abstract data type for BeginMatching(...) reference */
  59. typedef OpaquePtr                CMMatchRef;
  60.  
  61. /* Abstract data type for ColorWorld reference */
  62. typedef OpaquePtr                CMWorldRef;
  63.  
  64. /* Caller-supplied flatten function */
  65. typedef OpaquePtr CMFlattenProcPtr;
  66. typedef OpaquePtr CMFlattenUPP;
  67. /* Caller-supplied progress function for Bitmap & PixMap matching routines */
  68. typedef OpaquePtr CMBitmapCallBackProcPtr;
  69. typedef OpaquePtr CMBitmapCallBackUPP;
  70. /* Caller-supplied filter function for Profile search */
  71. typedef OpaquePtr CMProfileFilterProcPtr;
  72. typedef OpaquePtr CMProfileFilterUPP;
  73. typedef long                    CMError;
  74.  
  75. /* For 1.0 and 2.0 profile header variants */
  76. /* CMAppleProfileHeader */
  77. typedef SOMLargeStruct            CMAppleProfileHeader;        /* Derived from a struct of 192 bytes in size */
  78.  
  79. /* Param for CWConcatColorWorld(...) */
  80. typedef SOMLargeStruct            CMConcatProfileSet;            /* Derived from a struct of 8 bytes in size */
  81.  
  82. /* ColorSync color data types */
  83. typedef SOMLargeStruct            CMRGBColor;                    /* Derived from a struct of 6 bytes in size */
  84.  
  85. typedef SOMLargeStruct            CMCMYKColor;                /* Derived from a struct of 8 bytes in size */
  86.  
  87. typedef SOMLargeStruct            CMCMYColor;                    /* Derived from a struct of 6 bytes in size */
  88.  
  89. typedef SOMLargeStruct            CMHLSColor;                    /* Derived from a struct of 6 bytes in size */
  90.  
  91. typedef SOMLargeStruct            CMHSVColor;                    /* Derived from a struct of 6 bytes in size */
  92.  
  93. typedef SOMLargeStruct            CMLabColor;                    /* Derived from a struct of 6 bytes in size */
  94.  
  95. typedef SOMLargeStruct            CMLuvColor;                    /* Derived from a struct of 6 bytes in size */
  96.  
  97. typedef SOMLargeStruct            CMYxyColor;                    /* Derived from a struct of 6 bytes in size */
  98.  
  99. typedef SOMTwoByteStruct        CMGrayColor;                /* Derived from a struct of 2 bytes in size */
  100.  
  101. typedef SOMLargeStruct            CMMultichannel5Color;        /* Derived from a struct of 5 bytes in size */
  102.  
  103. typedef SOMLargeStruct            CMMultichannel6Color;        /* Derived from a struct of 6 bytes in size */
  104.  
  105. typedef SOMLargeStruct            CMMultichannel7Color;        /* Derived from a struct of 7 bytes in size */
  106.  
  107. typedef SOMLargeStruct            CMMultichannel8Color;        /* Derived from a struct of 8 bytes in size */
  108.  
  109. typedef SOMFourByteStruct        CMNamedColor;                /* Derived from a struct of 4 bytes in size */
  110.  
  111. typedef SOMLargeStruct            CMColor;                    /* Derived from a struct of 90 bytes in size */
  112.  
  113. typedef SOMLargeStruct            CMProfileSearchRecord;        /* Derived from a struct of 76 bytes in size */
  114.  
  115. typedef OpaquePtr                CMProfileSearchRecordPtr;    /* Substituted OpaquePtr for ``CMProfileSearchRecord*'' */
  116.  
  117. typedef OpaquePtr                CMProfileSearchRecordHandle; /* Substituted OpaquePtr for ``CMProfileSearchRecordPtr*'' */
  118.  
  119. /* Search definition for 2.0 */
  120. typedef SOMLargeStruct            CMSearchRecord;                /* Derived from a struct of 44 bytes in size */
  121.  
  122. /* GetCWInfo structures */
  123. typedef SOMLargeStruct            CMMInfoRecord;                /* Derived from a struct of 8 bytes in size */
  124.  
  125. typedef SOMLargeStruct            CMCWInfoRecord;                /* Derived from a struct of 20 bytes in size */
  126.  
  127. typedef unsigned long            CMBitmapColorSpace;
  128.  
  129. typedef SOMLargeStruct            CMBitmap;                    /* Derived from a struct of 32 bytes in size */
  130.  
  131. /* Classic Print Manager Stuff */
  132. typedef SOMLargeStruct            CMFileLocation;                /* Derived from a struct of 70 bytes in size */
  133.  
  134. typedef SOMFourByteStruct        CMHandleLocation;            /* Derived from a struct of 4 bytes in size */
  135.  
  136. typedef SOMFourByteStruct        CMPtrLocation;                /* Derived from a struct of 4 bytes in size */
  137.  
  138. typedef SOMLargeStruct            CMProfLoc;                    /* Derived from a struct of 78 bytes in size */
  139.  
  140. typedef SOMLargeStruct            CMProfileLocation;            /* Derived from a struct of 72 bytes in size */
  141.  
  142. /* Profile file and element access */
  143. /* Low-level matching functions */
  144. /* Bitmap matching */
  145. /* Quickdraw-specific matching */
  146. /* System Profile access */
  147. /* External Profile Management */
  148. /* Utilities */
  149. /* PS-related */
  150. /* ColorSync 1.0 functions which have parallel 2.0 counterparts */
  151. /* ProfileResponder functions */
  152. #if OLDROUTINENAMES
  153. /* constants */
  154. typedef CMFlattenProcPtr        CMFlattenProc;
  155.  
  156. typedef CMBitmapCallBackProcPtr CMBitmapCallBackProc;
  157.  
  158. typedef CMProfileFilterProcPtr CMProfileFilterProc;
  159.  
  160. /* 1.0 Error codes, for compatibility with older applications. 1.0 CMM's may return obsolete error codes */
  161. /* types */
  162. typedef CMCMYKColor                CMYKColor;
  163.  
  164. typedef CMWorldRef                CWorld;
  165.  
  166. typedef OpaquePtr                CMGamutResult;                /* Substituted OpaquePtr for ``long*'' */
  167.  
  168. /* functions */
  169. #endif
  170. #endif
  171. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  172. /* PrGeneral parameter blocks */
  173. typedef SOMLargeStruct            TEnableColorMatchingBlk;    /* Derived from a struct of 14 bytes in size */
  174.  
  175. typedef SOMLargeStruct            TRegisterProfileBlk;        /* Derived from a struct of 14 bytes in size */
  176.  
  177. #endif
  178.  
  179. #endif /* __SOMIDL__ */
  180.  
  181. #endif /* __CMAPPLICATION_IDL__ */
  182.  
  183.